home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / source8 / usimple.dfm / usimple.txt
Encoding:
Text File  |  1995-12-22  |  818 b   |  43 lines

  1. object Form1: TForm1
  2.   Left = 82
  3.   Top = 81
  4.   Width = 441
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object MultiImage1: TMultiImage
  14.     Left = 0
  15.     Top = 0
  16.     Width = 382
  17.     Height = 273
  18.     Center = True
  19.     BorderStyle = bsSingle
  20.     JPegDither = 4
  21.     JPegResolution = 8
  22.     JPegSaveQuality = 25
  23.     JPegSaveSmooth = 0
  24.     ImageName = 'file not found'
  25.   end
  26.   object Button1: TButton
  27.     Left = 384
  28.     Top = 0
  29.     Width = 49
  30.     Height = 273
  31.     Caption = '&open'
  32.     TabOrder = 0
  33.     OnClick = Button1Click
  34.   end
  35.   object OpenDialog1: TOpenDialog
  36.     Filter = 
  37.       'jpeg|*.jpg|gif|*.gif|pcx|*.pcx|bitmap|*.bmp|icon|*.ico|metafile|' +
  38.       '*.wmf'
  39.     Left = 376
  40.     Top = 8
  41.   end
  42. end
  43.